Package edu.claflin.finder.algo
package edu.claflin.finder.algo
Contains the Algorithm code for finding bipartite subgraphs.
-
ClassDescriptionAbstraction of the algorithm classes used for finding subgraphs.Used to supply arguments to Algorithms in a generalized manner.An enumeration containing common arguments used by the program.Processes a
Graphsearching for subgraphs by performing a breadth first search on each node of the graph.Bron-Kersboch Algorithm to find Maximal Cliques and Bicliques.Processes aGraphsearching for subgraphs.Processes aGraphsearching for connected components by performing a depth first search.Processes aGraphsearching for bipartite subgraphs by performing a depth first search on each node.Deprecated.No replacement yet.